home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TTARGETS / TTARGETS.txt
Encoding:
Text File  |  1996-04-05  |  1.8 KB  |  97 lines

  1. object Targets: TTargets
  2.   Left = 229
  3.   Top = 119
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Link Anchors'
  7.   ClientHeight = 265
  8.   ClientWidth = 428
  9.   Color = clSilver
  10.   Font.Color = clBlue
  11.   Font.Height = -18
  12.   Font.Name = 'System'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   TextHeight = 20
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 24
  21.     Width = 113
  22.     Height = 20
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = 'Anchor Name:'
  26.     Color = clSilver
  27.     Font.Color = clBlue
  28.     Font.Height = -17
  29.     Font.Name = 'System'
  30.     Font.Style = [fsBold]
  31.     ParentColor = False
  32.     ParentFont = False
  33.   end
  34.   object Edit1: TEdit
  35.     Left = 144
  36.     Top = 20
  37.     Width = 241
  38.     Height = 29
  39.     Color = clSilver
  40.     Font.Color = clMaroon
  41.     Font.Height = -17
  42.     Font.Name = 'System'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     TabOrder = 0
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 24
  49.     Top = 64
  50.     Width = 257
  51.     Height = 185
  52.     BevelOuter = bvLowered
  53.     Color = clSilver
  54.     TabOrder = 1
  55.     object Label2: TLabel
  56.       Left = 8
  57.       Top = 8
  58.       Width = 137
  59.       Height = 20
  60.       AutoSize = False
  61.       Caption = 'Existing Anchors'
  62.       Font.Color = clBlue
  63.       Font.Height = -17
  64.       Font.Name = 'System'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.     end
  68.     object ListBox1: TListBox
  69.       Left = 8
  70.       Top = 33
  71.       Width = 241
  72.       Height = 145
  73.       Color = clSilver
  74.       ItemHeight = 20
  75.       TabOrder = 0
  76.     end
  77.   end
  78.   object BitBtn1: TBitBtn
  79.     Left = 304
  80.     Top = 104
  81.     Width = 105
  82.     Height = 34
  83.     TabOrder = 2
  84.     OnClick = BitBtn1Click
  85.     Kind = bkOK
  86.   end
  87.   object BitBtn2: TBitBtn
  88.     Left = 304
  89.     Top = 160
  90.     Width = 105
  91.     Height = 33
  92.     TabOrder = 3
  93.     OnClick = BitBtn2Click
  94.     Kind = bkCancel
  95.   end
  96. end
  97.